home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataRa~1.cab / _DF34B4A350954A0485033E14580A714F < prev    next >
Encoding:
Text File  |  2006-01-10  |  969 b   |  44 lines

  1. !include("../data.def")
  2.  
  3. TrackLocation("Data/Maps/France/France.map")
  4. TrackID("France1")
  5.  
  6. CarID("COC1")
  7. CarPower(308.0)
  8. CarSettings()
  9. {
  10.     Tyres("COC_Hypergrip200")
  11.     Suspension(3)
  12.     Springs(3)
  13.     BrakesForce(5)
  14.     BrakesBalance(3)
  15.     Steering(3)
  16.     Gearbox(3)
  17.     PowerBalance(10)
  18.     Transmission(-1)
  19. }
  20.  
  21. CarParts()
  22. {
  23.     CarPart("COC_Body")
  24.     CarPart("pW1R2_Springs_Default")
  25.     CarPart("COC_Engine")
  26.     CarPart("pW1R2_BrakeSystem_Default")
  27.     CarPart("COC_DoorL")
  28.     CarPart("pW1R2_Dampers_Default")
  29.     CarPart("COC_Hypergrip200")
  30.     CarPart("COC_DoorR")
  31.     CarPart("COC_Bonnet")
  32.     CarPart("pW1R2_Filter_Default")
  33.     CarPart("COC_WiperL")
  34.     CarPart("COC_Expirat_A")
  35.     CarPart("pW1R2_Gearbox_Default")
  36.     CarPart("pW1R2_Cooler_Default")
  37.     CarPart("COC_Electrics")
  38.     CarPart("COC_WiperR")
  39.     CarPart("pW1R2_FlyWheel_Default")
  40.     CarPart("COC_Painting1")
  41.     CarPart("pW1R2_Clutch_Default")
  42. }
  43.  
  44.